home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Logiciels PC Special 3
/
Logiciel PC - Hors-Serie 3.iso
/
Logs
/
consoles
/
sms-gg
/
meka013
/
MEKA.PAT
< prev
next >
Wrap
Text File
|
1999-05-08
|
1KB
|
43 lines
;
; MEKA - Patches database
; Commands:
; - Seek <position> ... Jump to (ROM) position
; - Verify <byte> ..... Abort patch if byte at current position is different
; - Write <byte> ...... Write byte at current position, increase position
; (all values are in hexadecimal format)
; If you succeed in hacking any other games, please send me your patche(s) !
; http://www.emucamp.com/meka
;
; Wonderboy 3: Dragon's Trap (multi-language version)
; Patch rom to allow FM chipset use in European/US mode
; The non-patched game play FM musics only in Japanese mode
; Author: Omar Cornut / Zoop
[9C7847B5CB3F875F]
seek, 25b
write, 0
write, 0
; Monica em: O Resgate (brazilian version)
; Patch rom to allow FM chipset use in European/US mode
; The non-patched game play FM musics only in Japanese mode
; Author: Omar Cornut / Zoop
[0E91C33709612BD2]
seek, 25b
write, 0
write, 0
; Sega Basic Level 3 (original dump)
; Patch rom to make it work under emulators
; Author: Ricardo Bittencourt
[242CE122F9157C23]
seek, 0
write, C3
; Sega Music Editor (original dump)
; Patch rom to make it work under emulators
; Author: Ricardo Bittencourt
[F563D149DA372558]
seek, 0
write, C3